Arer you using session_destroy(), where your script ends...

if it's not the case, try using cookies to destroy sessio after a period of
time.

Hope that helps..
Nitin

----- Original Message ----- 
From: "Vimala S.P." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 15, 2004 5:25 PM
Subject: [PHP] help with storing multiple values in session variables.


>
> Hi,
>
>             I have php configured to use sessions. I have a web-database
> application and have the following problem with sessions
>
>
>             I fetch values from database and these values get passed
> across forms either with POST for submit opion OR GET with href.  Now i
> have problem passing unicode strings with href and GET. Embedding unicode
> values with get does not work out. I cannot use POST method here since  i
> navigate  with href. So i tried assiging the value to a SESSION variable.
> For the first time the application works, but if i refresh and try with a
> different href link, always the first assigned value only gets passed?
> What do i do to change the value of session variable in the same session?
>
> I cannot use global variables since, i have register globals off?
>
> Is there any way of passing unicode strings properly with href and get?
>
> I'm almost in completion where this problem croped? Any idea how to solve.
>
> -vimala/.
>
> -- 
> 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