When you say "how to access these files" do you mean API-wise or their
location on the filesystem? The location is set in Pylons in
pylons/config.py around line 101 -- which in turn looks in your config
files (default is in 'data_dir' -- set in Myghty innards).

As for how many are "active"...   I'd think counting session files
would be just as [in]accurate, no? Or [also doable with SQL of course]
is count with a last modified time constraint. Both methods will of
course be a bit exaggerated depending on your time constraint
(dead/abandoned sessions laying around). The script to clear out old
session files should only be a couple lines in python or sh even... did
I answer any of your questions or get close?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss
-~----------~----~----~----~------~----~------~--~---

Reply via email to