session_register("sessionvar");
you can now assign values to $sessionvar (or whatever you've chosen to call
it). You need to register each variable and start the session at the top of
each script.
In practice it's a lot easier if you hold all your session stuff under a
single hash array, that wa
Why don't you give us a code snippet so we know how you are trying to do it.
Fred
Tomasz Jachimczak <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I am coming from an asp background, and am used to setting session
variables
> very easily, but I cannot work th
2 matches
Mail list logo