c# - Users are overriding eachother's sessions on my asp.net app -


forgive me if dumb question newbie @ asp coming strict desktop background. having issue users how overriding previous user's session on web forms asp.net app. created small mobile phone web app allow 3 guys here @ work able punch in , out on smart phones if user punches in , user b punches in right after user see user b's punches if refresh phone. furthermore if user decides punch out end punching out user b. have heard term user state being tossed around thought asp.net handled automatically? seems me server running 1 session @ time. how can keep unique sessions running users?

i under impression server ran different "sessions" or "appdomains" or "instances" if will, each user visited it.

no, that's not case. asp.net support sessions, not in way. should @ httpcontext.session instead, helps keep track of session-based state.

see "asp.net session state overview" more information.


Comments

Popular posts from this blog

php - get table cell data from and place a copy in another table -

javascript - Mootools wait with Fx.Morph start -

php - Navigate throught databse rows -