hmm can we make remember me feature?
or even make users doesnt need to login every time they open the browser
XFileSharing Pro - hmm can we make remember me feature?
- PilgrimX182
- Posts: 2187
- Joined: Mar 22, 2006 1:39 pm
try this
in index.cgi find CheckAuth function and remove from it:
found it on old topic
http://www.sibsoft.net/forum/1-stay-log ... -t945.html
in index.cgi find CheckAuth function and remove from it:
Code: Select all
$ses->setCookie( $ses->{auth_cook} , $sess_id );
found it on old topic
http://www.sibsoft.net/forum/1-stay-log ... -t945.html
ok then it means i've deleted something else
because when i searched for
i found 3 results, i deleted one of them at random...
i'll be appreciate it if you can tell me approx. at which line it comes?
because when i searched for
Code: Select all
$ses->setCookie( $ses->{auth_cook} , $sess_id );
i found 3 results, i deleted one of them at random...
i'll be appreciate it if you can tell me approx. at which line it comes?
not random man
in index.cgi find CheckAuth function and remove from it:
in index.cgi find CheckAuth function and remove from it:
Code: Select all
$ses->setCookie( $ses->{auth_cook} , $sess_id );