|
Posted by P Pulkkinen on 02/08/07 15:07
"Sonnich" <sonnich.jensen@elektrobit.com> kirjoitti
viestissδ:1170943606.930964.327430@s48g2000cws.googlegroups.com...
> Thank yuo all for your input, it has been useful.
>
> I will also now take a look at $_SESSION in stead of having a ?
> sessionid=, which is visile to the user.
Hello still!
I am "bothered" by the word "instead" here, so I want to make sure there's
not any misunderstanding:
- You use $_SESSION to read and write session variables.
- You might see ?sessionid=23423423 automatically appear in your urls,
because that's how your php might be configured to maintain
sessions(session.trans_id). Alternative to this is use of cookies:
session.use_cookies
So instead of thinking "instead", just separetely enjoy $_SESSION itself
and if you want at the same time start to worry thing #2, do it. But don't
make it "instead" but "in addition to this"..
:-)
Navigation:
[Reply to this message]
|