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...?

TIA,
GFoo

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to