On 28 Jul 2002 13:03:39 -0000, [EMAIL PROTECTED] (Gfoo) wrote: >Hello... > >I can use Apache::Session to ease the use of sessions in an application I'm >developing. Session tracking can be implemented either by using (per- >session) cookies or by writing the session_id in the GET URL (I' don't want >ot use hidden fields on forms to pass the id to next pages). > >My question: >Is there a module or something out there, so that I can use Cookies to hold >(and pass) the session_id, but if cookies are disabled to automaticaly >append the session_id to the urls, transparently to the developer? I think >PHP does that...?
Go to www.stonehenge.com and check out Merlyn's Web Techniques Column #61, from May 2001. It describes basic cookie management. You will have to test for your cookie, if it dosn't exist, then append to url. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]