| | |
Is Session data getting overwritten?
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Jul 2009
Posts: 3
Reputation:
Solved Threads: 0
Hi there,
Is it possible that two user's use same application with different computers and somehow one's session data getting overwritten with others?
I am not having any code error anywhere but somehow one's data getting overwritten with others.
Please help me because I am trying to solve this error since from two days but not success.
There is use of 'Request.Form' in code. Is it forcing session to overwrite?
Thanks in advance.
Is it possible that two user's use same application with different computers and somehow one's session data getting overwritten with others?
I am not having any code error anywhere but somehow one's data getting overwritten with others.
Please help me because I am trying to solve this error since from two days but not success.
There is use of 'Request.Form' in code. Is it forcing session to overwrite?
Thanks in advance.
•
•
Join Date: Jul 2009
Posts: 3
Reputation:
Solved Threads: 0
Actually we are providing session for requestID. Based on requestID we can fetch data for particular request. Somehow it has copied data of one request from one user to the request of differant user.
We didn't get any code error for sure so we came to the conclusion that after displaying one request 'A' when we click on save it would have been taken different requestID 'B' (if session overwriting happens) and fetch data of that requestid and saved for requestID 'A'.
We are not sure session overwriting happens or not?
One more possibility there, while clicking on 'Save' button, there 'Request.Form' has been used to store new values and it replace new values with old values for updation.
collReqVariables = Request.Form
collReqVariables is NameValueCollection.
Does it causing problem? Does request.form is taking other user's data for update existing request?
Code is little tricky and dependent on other files so not useful to post.
Thanks.
We didn't get any code error for sure so we came to the conclusion that after displaying one request 'A' when we click on save it would have been taken different requestID 'B' (if session overwriting happens) and fetch data of that requestid and saved for requestID 'A'.
We are not sure session overwriting happens or not?
One more possibility there, while clicking on 'Save' button, there 'Request.Form' has been used to store new values and it replace new values with old values for updation.
collReqVariables = Request.Form
collReqVariables is NameValueCollection.
Does it causing problem? Does request.form is taking other user's data for update existing request?
Code is little tricky and dependent on other files so not useful to post.
Thanks.
![]() |
Similar Threads
- How to expire a session (PHP)
- session variable error (PHP)
- Encrypting Session Data (JavaScript / DHTML / AJAX)
- session_start(): Cannot send session cache limiter - (PHP)
- session_start(): Cannot send session cache limiter - (PHP)
- Differences between Session and ViewStates? (ASP.NET)
- IListSource does not contain any data sources (ASP.NET)
Other Threads in the ASP.NET Forum
- Previous Thread: Get data from database and display in the appropriate format.
- Next Thread: Select/Deselect All CheckBoxes Inside the GridView
| Thread Tools | Search this Thread |
.net 2.0 3.5 ajax alltypeofvideos appliances asp asp.net beginner box browser businesslogiclayer button c# c#gridviewcolumn cac checkbox class compatible confirmationcodegeneration content contenttype control countryselector courier dataaccesslayer database datagrid datagridview datalist deployment development dgv dialog dropdownlist dropdownmenu dynamic dynamically edit embeddingactivexcontrol fileuploader fill findcontrol flash flv forms gridview gudi homeedition iis javascript jquery list listbox menu microsoft mouse mssql nameisnotdeclared news novell numerical opera order problem radio ratings redirect registration relationaldatabases reportemail schoolproject search security serializesmo.table sessionvariables silverlight smoobjects software sql sql-server ssl tracking treeview validatedate validation vb.net videos vista visual-studio visualstudio vs2008 web webapplications webarchitecture webdevelopment webprogramming wizard xml xsl





