Results 1 to 2 of 2

Thread: state of varibles

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2000
    Posts
    53

    state of varibles

    We have applications varibles which are global to all users
    We have cookies that are avaible for a select amount of time
    Is there a session varible that last the life of the session if so how are values set and retrieved from this object

  2. #2

    Thread Starter
    Member
    Join Date
    Dec 2000
    Posts
    53
    figured it out to set the session varible it is
    session.add("string",value)
    then to get the value its session.item("string")

    I was thinking it was oging to be like the get and set with applicaiton varible but nope

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