Results 1 to 3 of 3

Thread: [RESOLVED] Storing variable

  1. #1

    Thread Starter
    Fanatic Member VBKNIGHT's Avatar
    Join Date
    Oct 2000
    Location
    Port25
    Posts
    619

    Resolved [RESOLVED] Storing variable

    What is the right way of doing this???

    Store user information when he logs for example - username
    i used session variables but it doesnt work on other workstation.
    and it is destroyed when the time expires.

    How would I store variable for each user so i wouldn't be passing it as parameter.

    PLease help!

    thanks,
    vbknight

    If a post has helped you then Please Rate it!

  2. #2
    Frenzied Member axion_sa's Avatar
    Join Date
    Jan 2002
    Location
    Joburg, RSA
    Posts
    1,724
    Cookies?

  3. #3
    Hyperactive Member ashay's Avatar
    Join Date
    Feb 2002
    Location
    Mumbai,India
    Posts
    278
    Originally posted by axion_sa
    Cookies?
    hi,

    As this guy has said that session variable doesnt work on some pcs then cookies willl certainly not work.....

    use hidden variables or query stringds for storing the information.....if u wanna secure this data then use encryption also.....

    regds,
    ashay
    "If you should die before me, ask if you could bring a friend."
    - Stone Temple Pilots

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width