vote up 0 vote down star

I am displaying the session id in the asp page. But it is vulnerable. How can I show the session id by encoding or some other way.

I cant avoid displaying session id in web screen

flag

46% accept rate

2 Answers

vote up 0 vote down check

First why do you think it's vulnerable other than "shoulder surfing"?

Secondly if you want to the such a thing use another cookie and create a random sessionid by yourself use that as a second check (obviously don't show it).

link|flag
vote up 0 vote down

You could gen a new guid for each user and stick that guid in session and then show them that instead of the raw ID. Or, you could show an SHA hash of the session ID.

link|flag
@JP I need to display only session id. just let me know what to with this. – BALAMURUGAN Apr 9 at 6:11

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.