phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-developers] Re: phpgw's handling of cookies


From: totschnig . michael
Subject: [Phpgroupware-developers] Re: phpgw's handling of cookies
Date: Sat, 07 Dec 2002 11:57:11 -0500
User-agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Common Lisp, i386-redhat-linux)

"Chris Weiss" <address@hidden> a écrit:

>>    So the question becomes how to accommodate a setup like yours, where
>>people concurrently use different phpgw installs on the same server, but
>>with separate credentials and sessions.
>>
>>    Suppose each site on your machine could have a unique identifier.
>>Suppose all of the cookies specific to a given install were named
>>name-identifier, such as session-0, session-1, etc.  You would still share
>>the PHP4 session, but the phpgw session info, credentials, etc., would be
>>separated.  Does that sound like it could work?
>
> ...or just disable passing session id via cookie.  works for me.

This means the session id is passed as a GET parameter, which creates
very long URLs. that is not a big problem for phpgroupware, but I am
not happy with them for the public website. Or is there another way to
pass it without cookies and without appending it to the URLs?

Michael



reply via email to

[Prev in Thread] Current Thread [Next in Thread]