Date: 03/28/00
- Next message: Pat McCarthy: "[PHPLIB] auto-generating password"
- Previous message: Alessio Ferrario: "[PHPLIB] Problem using Internet Explorer..."
- In reply to: Alessio Ferrario: "[PHPLIB] Problem using Internet Explorer..."
- Next in thread: Kristian Koehntopp: "Re: [PHPLIB] Problem using Internet Explorer..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Sounds like the IE5 caching problem, see list history, in short:
download 7.2b, then in php/local.inc locate :
class Example_Session extends Session {
// add this :
var $allowcache = "no"; ## Set this to 'private' to allow private
}
Greetings
Jeroen.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Jeroen Laarhoven, Zwolle, Netherlands
email: jeroen <email protected>
www: http://jeroen.polder.net
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
----- Original Message -----
From: Alessio Ferrario <alessio.ferrario <email protected>>
To: <phplib <email protected>>
Cc: <amartinelli <email protected>>
Sent: dinsdag 28 maart 2000 10:15
Subject: [PHPLIB] Problem using Internet Explorer...
> Dear M.L.
> We are using php and phplib7.2 to develop an Enterprise portal.
> We need to authenticate user and session.
> We are using phplib to accomplish this.
> We have simply redefine some classes in local.inc as suggest in
> documentation.
> We are usig classes directly direved from Example_Session,
> Example_Challenge_Auth, Example_Perm and Example_User.
> Using Netscape our users can log-in and use their services (in a session
> :-)) and when they finish they can log out correctly. Their data (
> cookies, sessions variables, etc...) are destroyed.
> So they can log-in again using the some accounts or onther account (i.e.
> Administrator account).
> Well....
> Using INTERNET EXPLORE 5.1 we have many problems.
> A user can log-in,... Ok.
> But when he try to logout it seems that cookies (and sessions) are NOT
> destroy, so when he relog-in we are able to enter with the same
> previously insert account (without any new request of username and
> passwd) :-(((
> The only way to accomplish correctly logout is manualy delete the IE5.1
> cache (remove all pages in cache!!)
> Why the logout procedure doesn,t work with I.E.??
> Any suggestions???
> Please Help!!!
> Thanks in advance
>
> Ciao
> Alessio Ferrario
>
> -
> PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
> To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
> the body, not the subject, of your message.
>
>
-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.
- Next message: Pat McCarthy: "[PHPLIB] auto-generating password"
- Previous message: Alessio Ferrario: "[PHPLIB] Problem using Internet Explorer..."
- In reply to: Alessio Ferrario: "[PHPLIB] Problem using Internet Explorer..."
- Next in thread: Kristian Koehntopp: "Re: [PHPLIB] Problem using Internet Explorer..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

