Session variables
Posted: Wed Jan 28, 2004 1:29 am
Hello,
I want to use session variables to check the user is coming from the main URL. Even if the user gives the subsequent htm/php page, the browser should redirect to the initial page (main URL).
I am starting the session with session_start();
please tell me how to register the session_register($id) and keep a track of this till the user exit from the application.
Is it advisable to store this data in the database?
Thanks in advance
S.Arul
I want to use session variables to check the user is coming from the main URL. Even if the user gives the subsequent htm/php page, the browser should redirect to the initial page (main URL).
I am starting the session with session_start();
please tell me how to register the session_register($id) and keep a track of this till the user exit from the application.
Is it advisable to store this data in the database?
Thanks in advance
S.Arul