alternative solution for session
Hi,
all i have project with many session variables which contains data for accessing on next page but when i refresh the page(next one) then all the session data get flush so i have to use another thing to get the last page data to the next page how do i do
without using sever.redirect and view state, cookie,
query string is there any thing like class