Session Content question

  • Thread starter Thread starter Steve Caliendo
  • Start date Start date
S

Steve Caliendo

Hi,

I have a session variable, liike this : Session("User") = "Steve"

I can get "Steve" by requesting: Session.Contents(0)

Is there a way to get "User" out of index 0 ?

Thanks,

Steve
 
Steve Caliendo said:
Hi,

I have a session variable, liike this : Session("User") = "Steve"

I can get "Steve" by requesting: Session.Contents(0)

Is there a way to get "User" out of index 0 ?

Did you try Session.Keys(0) ?

Greetings
Martin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top