I'm trying to print the sessionid in a asp.net page but

  • Thread starter Thread starter Rico Alexander
  • Start date Start date
R

Rico Alexander

It comes out as a string instead of a integer like it does under asp.
What am I doing wrong.
 
Rico Alexander said:
It comes out as a string instead of a integer like it does under asp.
What am I doing wrong.

Please post some code.
 
It's because they changed it... =)

So instead of a long like before, they did a string to make it even "more
unique"

Times change. =)
 
Thanks for the info, I wonder is there is a way to force it to behave
the old way.
 
you could write your own, but microsoft understand that session ID's need to
be more unique as we create a more universal system of web communication. =)

-CJ
 

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