User Profile
Collapse
-
The login part works fine too, what my problem is second time i use SESSION file handle, it doesn't write to the file that is created previously. -
Website Session Tracking - No Builtin Modules
Hi all
My problem is that I am creating a session file on the server when the user first visits my website, but when the user logs in i want to write to the file again with the timestamp and their userID.
Code snipet
[CODE=perl]
if ($core->cookie(-name=>'ChasSess ion') eq "") {
if ($sID eq "") {
$sID = int(rand 1e9);
}
else{
...
No activity results to display
Show More
Leave a comment: