On 28 Jul 2002 13:03:39 -, [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 w
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