Date: 05/25/00
- Next message: Leif Jakob: "[phplib] Re: [phplib-dev] "/sessionid/" way"
- Previous message: Francisco Hernandez: "[phplib] DB_Sql error reporting.."
- In reply to: Jim Behymer: "[phplib] newbie question on session management"
- Next in thread: Jim Behymer: "Re: [phplib] newbie question on session management"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
hi
douplecheck that you are using the url() function
everywhere you are using urls, also in forms (or make sure the
sessionvariable get transmitted with a hiddenfield)!!
$myurl="http://www.tester.com/tes.php?state=delete&myIDorsomething=23";;
$url=$sess->url($url);
echo "press [<a href='$url'>delete</a>] to delete this stuff";
if it also happens in cookie mode it is something else. maybe you set the
lifetime of your session a little bit too short? check your local.inc.
have fun
-florian
On 25 May 2000, Jim Behymer wrote:
> I must be doing something wrong, because the login page keeps popping up between pages. In fact, on some pages I load a second page within the first one and that brings up the login page, too. Can anyone think of a quick reason why this might happen, or do I need to go into a lot more detail?
>
> Jim Behymer
>
>
> _______________________________________________________________________
>
> Why pay when you don't have to? Get AltaVista Free Internet Access now!
> http://jump.altavista.com/freeaccess4.go
>
> _______________________________________________________________________
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: phplib-unsubscribe <email protected>
> For additional commands, e-mail: phplib-help <email protected>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Leif Jakob: "[phplib] Re: [phplib-dev] "/sessionid/" way"
- Previous message: Francisco Hernandez: "[phplib] DB_Sql error reporting.."
- In reply to: Jim Behymer: "[phplib] newbie question on session management"
- Next in thread: Jim Behymer: "Re: [phplib] newbie question on session management"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

