Re: [phplib] Bookmarking first page problem From: Donncha O Caoimh (donncha.ocaoimh <email protected>)
Date: 06/28/00

Easiest way around this is to make cookies your primary $mode in the
Session class and not have any fallback mode. Your users are screwed if
they have cookies turned off but then again, they're probably used to
dynamic sites not working anyway..
Gets rid of that annoying session ID in the commandline nicely :)

Donncha.

Jeroen Laarhoven wrote:
>
> This is a rephrazed repost of a question without any response - new try ;-):
> -----------------------------------------
>
> If a user bookmarks the first page of a PHPLIB site, the Session_id is in
> the URL and stored in the bookmark.
>
> This results - I think; having checked the code - in falling back to the GET
> mode (i.s.o. cookie mode) when the user uses this bookmark.
>
> A while ago someone on this list suggested to refresh the first page a
> second time as a possible solution to get rid of the Session_id in the URL
> (to solve searchengine problems).
>
> This might solve this bookmark problem (we all have) also.

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>