i m using session in my website(ASP) but after logging in if i don't acccess the page for 5 minutes session expires n if i continously access some pages then after 15 minutes session expires.i have used global.asa file then same problem occurs and if i dont use global.asa then also problem remains same
I am assisgning values to session while authorized person loggs in.
i have made a seperate page for checking if session value is empty or unauthorized user try to access the page redirect user to unauthorized page.
can it be possible that the person remains logged in until n unless
he/she logs out manually.