Forum Moderators: coopster

Message Too Old, No Replies

Session updating.

I need to update a session value.

         

Knowles

11:45 pm on Jun 17, 2003 (gmt 0)

10+ Year Member



Ok I have session that stores a value.. I am updating the value and need that to update. I cant find anything (At least that I understand) in the manual to do that. Does anyone have any sugestions?

Knowles

11:50 pm on Jun 17, 2003 (gmt 0)

10+ Year Member



Nevermind I just re-registered the session afterwards =] Thanks for the help?

grahamstewart

11:52 pm on Jun 17, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The same way you created the session variable in the first place.

e.g.

$_SESSION['yourvariable'] = 'new value';