On Saturday 03 August 2002 10:19, Varsha Agarwal wrote:
> Hi,
> I am creating a session for user autentication. As I
> read from the help there are two ways for passing
> session IDs
> -Cookies
> -URL parameter.
>
> By default its passing it through cookies. I don't
> want to use any cookies in my program. Can anyone tell
> me how to go for the other way? i.e. through URL
> parameter??

Look in php.ini and set "session.use_cookies" to 0.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
sticktion
*/


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

Reply via email to