User Profile

Collapse

Profile Sidebar

Collapse
Charles Abetz
Charles Abetz
Last Activity: May 23 '07, 11:14 AM
Joined: May 21 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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.
    See more | Go to post

    Leave a comment:


  • Charles Abetz
    started a topic Website Session Tracking - No Builtin Modules
    in Perl

    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{
    ...
    See more | Go to post
    Last edited by miller; May 21 '07, 08:45 PM. Reason: Code Tag and ReFormatting
No activity results to display
Show More
Working...