FABoumeester
July 31st, 2002, 09:04 AM
Does any body how to avoid the generation of a session for each page request?
The situation is that when some users log onto my site, the session creation works fine, that is one session is creted and within that session, all page requests form that client are processed. Hoever with some clients the framework appears to generate a seperate session object for each page request.
This is not bad on itself, however trying to secure this page does not work for when multiple sesssions are made (people get logge in in a session, but with any page they try to access a new session is made inwhich they are not authenticated, resulting in a login page)
I have no been able to see any browser difference with the client that work and that don't doe anyone know how to overcome this?
I sure could use some help.
Greetings
Fabian Boumeester
The situation is that when some users log onto my site, the session creation works fine, that is one session is creted and within that session, all page requests form that client are processed. Hoever with some clients the framework appears to generate a seperate session object for each page request.
This is not bad on itself, however trying to secure this page does not work for when multiple sesssions are made (people get logge in in a session, but with any page they try to access a new session is made inwhich they are not authenticated, resulting in a login page)
I have no been able to see any browser difference with the client that work and that don't doe anyone know how to overcome this?
I sure could use some help.
Greetings
Fabian Boumeester