Forum Moderators: coopster

Message Too Old, No Replies

Session combine

         

orion_rus

5:02 pm on Nov 12, 2004 (gmt 0)

10+ Year Member



Hello world, i need to make authorization system, where user enters login and password. I need to know the following if coockie is on, i need to get this information and authorize user, and if coockies is off i need to keep connection with session_start()?

coopster

1:14 pm on Nov 16, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



The best place to start might be PHP's Session Handling [php.net] manual pages to get a better grip on sessions and session management. The User Contributed Notes have links to some tutorials.