Is there a way to have multiple sessions without generating a header information error? Any help would be appreciated
Announcement
Collapse
No announcement yet.
multiple sessioms
Collapse
X
-
Why do you ask? What would be the use of that? It completely is the oposit of what the sessionID is meant to be : an single unique id for the client-server relation.
And i don't think it is possible anyway, since this would completely undermine the php-sessionmanagement.
If you realy need something like that, then you need to do your own sessionmanagemen.Posting guidelines I use to see if I will spend time to answer your question : http://www.catb.org/~esr/faqs/smart-questions.html
-
You can have 10 billion sessions created if you wantPosting guidelines I use to see if I will spend time to answer your question : http://www.catb.org/~esr/faqs/smart-questions.html
Comment
-
I see, you were refering to session-variables. I thought Mattys067 was talking about 'instances of the session-object' so the client-specific session-variable-collection with a unique sessionID.Posting guidelines I use to see if I will spend time to answer your question : http://www.catb.org/~esr/faqs/smart-questions.html
Comment
Comment