I have a statistics routine that logs the session ID in every request,
and then counts the number of sessions each day.  However, it fails on
one site that's all static files (served by paste.FileApp in a
controller).  Every request has a different session ID, so the number
of sessions equals the number of hits.  Do I have to actually save
something in the session in order to get a persistent session ID?
That would be writing a lot of useless files because I don't have
anything to put in the session.  (The site consists of HTML +
Javascript files generated by RoboHelp, a program from Adobe.)

-- 
Mike Orr <[email protected]>

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to