Click here to Skip to main content
15,922,139 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: accessing user controls value via another user control Pin
uglyeyes13-Mar-08 15:21
uglyeyes13-Mar-08 15:21 
GeneralHttpContext.Current.Request.ServerVariables Pin
shefali_sinha13-Mar-08 11:50
shefali_sinha13-Mar-08 11:50 
GeneralRe: HttpContext.Current.Request.ServerVariables Pin
flash66513-Mar-08 20:17
flash66513-Mar-08 20:17 
General[Message Deleted] Pin
codingrocks13-Mar-08 9:52
codingrocks13-Mar-08 9:52 
GeneralRe: Datalist Error....Paging not working Please Help Pin
pmarfleet13-Mar-08 10:28
pmarfleet13-Mar-08 10:28 
GeneralRe: Datalist Error....Paging not working Please Help Pin
led mike13-Mar-08 10:30
led mike13-Mar-08 10:30 
GeneralRe: Datalist Error....Paging not working Please Help Pin
Christian Graus13-Mar-08 11:02
protectorChristian Graus13-Mar-08 11:02 
GeneralRe: Datalist Error....Paging not working Please Help Pin
led mike13-Mar-08 12:07
led mike13-Mar-08 12:07 
GeneralRe: Datalist Error....Paging not working Please Help Pin
Christian Graus13-Mar-08 14:13
protectorChristian Graus13-Mar-08 14:13 
GeneralRe: Datalist Error....Paging not working Please Help Pin
saini arun13-Mar-08 14:15
saini arun13-Mar-08 14:15 
GeneralRe: Datalist Error....Paging not working Please Help Pin
Christian Graus13-Mar-08 14:31
protectorChristian Graus13-Mar-08 14:31 
GeneralRe: Datalist Error....Paging not working Please Help Pin
_AK_13-Mar-08 19:10
_AK_13-Mar-08 19:10 
GeneralRe: Datalist Error....Paging not working Please Help [modified] Pin
saini arun14-Mar-08 5:22
saini arun14-Mar-08 5:22 
GeneralSession ID being shared across multiple tabs in IE 7, Firefox Pin
gauthee13-Mar-08 5:41
gauthee13-Mar-08 5:41 
Hi All,

When an application is being accessed at the same time using multiple tabs in IE7 the session id is being shared and this leads to some problems. Let us say when i opened the application in the first tab the session id is abcdsa1234.... then i opened the same application in the second the session id is same i.e. abcdsa1234..... This leads to several issues.
A solution to this would be making the sessions cookie-less, this way when accessing the same application using multiple tabs different session ids would be created however the session id values are shown in the URL and this for sure is a security threat!

Are there any other ways to handle session ids when accessing the application using multiple tabs or multiple windows??

gauthee

GeneralRe: Session ID being shared across multiple tabs in IE 7, Firefox Pin
Mark J. Miller13-Mar-08 8:21
Mark J. Miller13-Mar-08 8:21 
GeneralRe: Session ID being shared across multiple tabs in IE 7, Firefox Pin
led mike13-Mar-08 9:34
led mike13-Mar-08 9:34 
GeneralRe: Session ID being shared across multiple tabs in IE 7, Firefox Pin
Mark J. Miller13-Mar-08 10:17
Mark J. Miller13-Mar-08 10:17 
GeneralRe: Session ID being shared across multiple tabs in IE 7, Firefox Pin
led mike13-Mar-08 10:26
led mike13-Mar-08 10:26 
GeneralRe: Session ID being shared across multiple tabs in IE 7, Firefox Pin
Mark J. Miller13-Mar-08 11:12
Mark J. Miller13-Mar-08 11:12 
GeneralRe: Session ID being shared across multiple tabs in IE 7, Firefox Pin
led mike13-Mar-08 12:05
led mike13-Mar-08 12:05 
GeneralRe: Session ID being shared across multiple tabs in IE 7, Firefox Pin
Mark J. Miller14-Mar-08 5:21
Mark J. Miller14-Mar-08 5:21 
GeneralRe: Session ID being shared across multiple tabs in IE 7, Firefox Pin
led mike14-Mar-08 6:27
led mike14-Mar-08 6:27 
GeneralRe: Session ID being shared across multiple tabs in IE 7, Firefox Pin
Mark J. Miller14-Mar-08 6:29
Mark J. Miller14-Mar-08 6:29 
GeneralRe: Session ID being shared across multiple tabs in IE 7, Firefox Pin
led mike14-Mar-08 5:08
led mike14-Mar-08 5:08 
GeneralRe: Session ID being shared across multiple tabs in IE 7, Firefox Pin
Mark J. Miller14-Mar-08 5:42
Mark J. Miller14-Mar-08 5:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.