Topic: "What about storing login info in a cookie?" (page 1 of 1)

1
Author Post
alucardo
groupmastergroupmastergroupmaster
I'm kinda tired to type my login and password info each time i come back to the site.
Would it be possible to implement a cookie system for identification ?

Thanks in advance,

alucardo
private message
Erik
groupmastergroupmastergroupmastergroupmastergroupmaster
Hi,

there is a cookie. Maybe it is possible to set the timeout longer. I'll check that.

bye, Erik
private message EMail Website
HiTech
groupmaster
it really should be longe than this 2 seconds that it is set to!!!

And I agree it is pissing me off... also!!!

Greetz
Edited by HiTech on 09.04.2004 22:31:36
private message EMail
dragoon
groupmastergroupmastergroupmaster
hi!
i think before the chance to the new server it was very longer
about 30 min i think
just wanted to tell you
private message EMail
unknown user
Why not a couple weeks? or something like that...
EMail
r3d5pik3
groupmastergroupmaster
how about you have the ability to modify the time it lasts for
private message EMail Website
Phas(retired)
groupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
I you want an easy solution you can create a new file and copy this:

---------------------------------------------------------------------------------------
<HTML><BODY>
<TABLE width=100% height=100%><TR><TD align=center>
<FORM action="http://www.bright-shadows.net/login.php" method=post>
<INPUT type=hidden name=targeturl value="index.php">
<INPUT type=hidden name=submitted value="1">
<INPUT type=hidden name=edit_username value="YourUserName">
<INPUT type=hidden name=edit_password value="YourPassword">
<INPUT type=submit name=submit value="TBS Login">
</FORM>
</TD></TR></BODY></HTML>
---------------------------------------------------------------------------------------

Save the file as TBSLogin.html and open it with your browser.
private message EMail Website
Inferno
groupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
to make it even more easy
<script>
function foo() {
forms[0].submit;
}
</script>
<body onload="javascript: foo();">


My code could be wrong :)
private message
Phas(retired)
groupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
even easier...

<BODY onload="javascript:document.forms[0].submit();">

but you must change the name of the submit button, something like:
<INPUT type=submit name=other value="TBS Login">
or you can even delete it.
Edited by Phas(retired) on 10.06.2004 16:29:16
private message EMail Website

Topic: "What about storing login info in a cookie?" (page 1 of 1)

1