well thesse are always added to any link on the page even if cookies are activated it could be anoying even if cookies overload the session Id...
session information
Started by
2072
, Oct 04 2002 12:33 PM
4 replies to this topic
#1
Posted 04 October 2002 - 12:33 PM
#2
Posted 04 October 2002 - 01:43 PM
they are required, the session contains different info than the cookie. They are mainly used for tracking and so forth.
#3
Posted 05 October 2002 - 01:18 AM
I know it (I use it on my website too). But generally when the client browser accept cookies the session ID is stored in a cookie so there is no more need to add it on every link on the page...
You have to unable this option in PHP:
At the start of the index.php code just add the following line:
and it should work (if client don't accept cookies, it will add it just like now on every link).
You have to unable this option in PHP:
At the start of the index.php code just add the following line:
ini_set("session.use_cookies", TRUE);
and it should work (if client don't accept cookies, it will add it just like now on every link).
#4
Posted 05 October 2002 - 02:27 PM
We are not the forum software programmers. So simon would have to hack that code and dig around and stuff...not really useful.
#5
Posted 06 October 2002 - 08:29 PM
so why do we think about the sessions and its use???
bye
rstweb
bye
rstweb
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users