Re: [PHP] SESSIOn when cookies are disabled

2008-03-07 Thread chetan rane
Thank you very much its worked great!!!

On Fri, Mar 7, 2008 at 11:50 PM, Bastien Koert <[EMAIL PROTECTED]>
wrote:

>
> > Date: Fri, 7 Mar 2008 23:45:51 +0530> From: [EMAIL PROTECTED]> To:
> php-general@lists.php.net> Subject: [PHP] SESSIOn when cookies are
> disabled> > Hi all> > how can we manage session variables when cookies are
> disabled.> > -- > Have A pleasant Day> Chetan. D. Rane> Location: India>
> Contact: +91-9986057255> other ID: [EMAIL PROTECTED]>
> [EMAIL PROTECTED]
>
>
> pass the session id in the URL or add it as a hidden field
>
>
> Bastien
> _
>
>


-- 
Have A pleasant Day
Chetan. D. Rane
Location: India
Contact: +91-9986057255
other ID: [EMAIL PROTECTED]
[EMAIL PROTECTED]


RE: [PHP] SESSIOn when cookies are disabled

2008-03-07 Thread Bastien Koert

> Date: Fri, 7 Mar 2008 23:45:51 +0530> From: [EMAIL PROTECTED]> To: 
> php-general@lists.php.net> Subject: [PHP] SESSIOn when cookies are disabled> 
> > Hi all> > how can we manage session variables when cookies are disabled.> > 
> -- > Have A pleasant Day> Chetan. D. Rane> Location: India> Contact: 
> +91-9986057255> other ID: [EMAIL PROTECTED]> [EMAIL PROTECTED]
 
 
pass the session id in the URL or add it as a hidden field 
 
 
Bastien
_



Re: [PHP] SESSIOn when cookies are disabled

2008-03-07 Thread Daniel Brown
On Fri, Mar 7, 2008 at 1:15 PM, chetan rane <[EMAIL PROTECTED]> wrote:
> Hi all
>
>  how  can we manage session variables when cookies are disabled.

You can send the request with an appended PHPSESSID.

RTFM: http://us.php.net/session

-- 


Daniel P. Brown
Senior Unix Geek


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