Hi,
When we log out from Cpanel and then use the BACK button, we can very well again log in without any problem and all the administrative task can be carried out, without a hitch.
How does one take care of this ?
I have also set "disable cookies and Clear history" on my browser, even then it does no good.
Any help would be appreciated !!
Regards,
DigiCrime
01-23-2003, 02:52 AM
setting up a session time ? only thing i can think of
no, that is no good :(
any one else ?
Darth
01-23-2003, 06:48 AM
Close all your browser windows? :D
diederik
01-23-2003, 06:51 AM
Originally posted by Darth
Close all your browser windows? :D
Exactly :)
Darth
01-23-2003, 06:52 AM
Do I win a "Warning Level" point yet? :)
Any one here with an appropriate solutions.
Darth
01-24-2003, 07:53 AM
heh, I gave you the answer. You must close the browser window.
Aushosts
01-24-2003, 08:47 AM
That popup window thing for username and password the browser remembers it so u don't have to input it for every elelment feached, like images, html etc.
Does that make sence?
MarcD
01-24-2003, 08:59 AM
i believe thats an ie thing. as long as you are still in that same browser window it will auto return the login requirements whether you have logged out or not
Aushosts
01-24-2003, 09:03 AM
Same thing happens in Mozilla, I don't belive the logout page does jack in cpanel.
Cpanel logout page code
<html>
<head>
<title><cpanel print="DOMAIN"> | Logout</title>
</head>
<body bgcolor="FFFFFF" text="#000000" link="#000000" vlink="#000000" alink="#000000" topmargin="0">
<div align="center">
<center>
<table border=0 cellpadding=0 cellspacing=0>
<tr>
<td colspan=9 bgcolor="FFFFFF">
<div valign=middle align = "center">
<p><font size="4" face="Arial, Helvetica, sans-serif"><cpanel print="DOMAIN"> is been logged out.
Thanks for using Cpanel!
</font> <font face="Arial, Helvetica, sans-serif"> <br>
Last login from: <i><cpanel LastLogin="lastlogin()"></i><br>
<a href="/">Click here to log back in</a> </font></p>
</td>
</tr>
</table>
</center>
</div>
</body>
</html>