Jump to content

[SOLVED] $_SESSION['Data'] is lost when reloading page


v8hadas

Recommended Posts

Hmmm, I allow cookies very seldom and only for sites I really do trust.

 

But, in fact, I do not even have cookies setup in the php.ini as I edited and have now:

session.use_cookies = 0

I do not want to use cookies because most users I know simply disable all cookies as default. I guess p1.php?PHPSESSID=%1 will have to be used, is that correct for <a>?

 

What should be used with include/require php functions? The require("x.php?anything"); does not work out since then the entire string is interpreted as filename, including the question mark and the filename. Is there a way to pass the session id to requires/includes?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.