Curious, does anyone know if the $_SESSION[privs] technique bypasses
important session management features implemented in
session_register("variable") ??

Warren Vail
Tools, Metrics & Quality Processes
(415) 667-7814
Pager (877) 774-9891
215 Fremont 02-658


-----Original Message-----
From: Craig Donnelly [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 25, 2002 9:05 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: Sessions not staying a session...


You should use session_start(); on every page that u want to pass session
information..

Craig

"Jeff Lewis" <[EMAIL PROTECTED]> wrote in message
00d601c1ec72$072a63d0$76a1a8c0@LEWISJCIT">news:00d601c1ec72$072a63d0$76a1a8c0@LEWISJCIT...
> I am storing session information by using $_SESSION[privs] and it works
for
> the first screen but when I click on the next link it doesn't seem to
carry
> over.  Do I need to declare session start with this method?  Do I need to
> make it global?
>
> Jeff
>
>
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to