Click here to Skip to main content
15,891,567 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Session value is Reset in IE 7 Pin
Psycho-*Coder*-Extreme2-May-07 4:17
Psycho-*Coder*-Extreme2-May-07 4:17 
Questionwant to show usercontrol at the bottom of the page Pin
anujose2-May-07 0:02
anujose2-May-07 0:02 
AnswerRe: want to show usercontrol at the bottom of the page Pin
Sandeep Akhare2-May-07 0:15
Sandeep Akhare2-May-07 0:15 
AnswerRe: want to show usercontrol at the bottom of the page Pin
Sandeep Kumar2-May-07 0:20
Sandeep Kumar2-May-07 0:20 
AnswerRe: want to show usercontrol at the bottom of the page Pin
N a v a n e e t h2-May-07 3:36
N a v a n e e t h2-May-07 3:36 
AnswerRe: want to show usercontrol at the bottom of the page Pin
mnvkng762-May-07 16:56
mnvkng762-May-07 16:56 
QuestionPassing Parameters to Crystal Report in asp.net 2.0 Pin
Shraddha Bhatt2-May-07 0:00
Shraddha Bhatt2-May-07 0:00 
QuestionMemory Issue for aspnet_wp.exe Pin
just3ala21-May-07 23:50
just3ala21-May-07 23:50 
Dear All,

I'm asked to solve this problem in an old project implmented on ASP.net 2003
After some minutes of use the aspnet_wp.exe memory usage exceeds 100 MB because of the sessions and values in sessions. Tere datasets filled set as session values!
I want to free the memory from the session variable when the user clicks "Sign Out"

i tries these stuff on the button call:
Session.Abandon()
Session.Clear()
Session.RemoveAll()
but the memory used by aspnet_wp.exe is still the same
i put this code in the Global.asax where the sessions are initialized in both Session_End and Application_End subs but with the same results

So how can i free the memory?

I would really appreciate any help or keys


Best Regards
3ala2 Smile | :)

AnswerRe: Memory Issue for aspnet_wp.exe Pin
Ibuprofen2-May-07 0:12
Ibuprofen2-May-07 0:12 
GeneralRe: Memory Issue for aspnet_wp.exe Pin
just3ala22-May-07 2:56
just3ala22-May-07 2:56 
QuestionHow to transfer money into diferent accounts Pin
sabby20061-May-07 23:46
sabby20061-May-07 23:46 
QuestionSet focus on CheckBox in UpdatePanel Pin
Gamzun1-May-07 23:41
Gamzun1-May-07 23:41 
QuestionTime format Pin
Imran Khan Pathan1-May-07 23:11
Imran Khan Pathan1-May-07 23:11 
AnswerRe: Time format Pin
Lijo Rajan1-May-07 23:39
Lijo Rajan1-May-07 23:39 
AnswerRe: Time format Pin
Blumen2-May-07 0:54
Blumen2-May-07 0:54 
AnswerRe: Time format Pin
Blumen2-May-07 0:57
Blumen2-May-07 0:57 
AnswerRe: Time format Pin
Guffa2-May-07 1:15
Guffa2-May-07 1:15 
AnswerRe: Time format Pin
mnvkng762-May-07 17:16
mnvkng762-May-07 17:16 
Questionstring.Format("SELECT Count Pin
Ibuprofen1-May-07 23:08
Ibuprofen1-May-07 23:08 
AnswerRe: string.Format("SELECT Count Pin
Paddy Boyd1-May-07 23:22
Paddy Boyd1-May-07 23:22 
GeneralRe: string.Format("SELECT Count Pin
Ibuprofen1-May-07 23:24
Ibuprofen1-May-07 23:24 
GeneralRe: string.Format("SELECT Count Pin
Paddy Boyd1-May-07 23:29
Paddy Boyd1-May-07 23:29 
GeneralRe: string.Format("SELECT Count Pin
Ibuprofen2-May-07 0:09
Ibuprofen2-May-07 0:09 
AnswerRe: string.Format("SELECT Count Pin
N a v a n e e t h1-May-07 23:23
N a v a n e e t h1-May-07 23:23 
GeneralRe: string.Format("SELECT Count Pin
Ibuprofen1-May-07 23:25
Ibuprofen1-May-07 23:25 

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.