Click here to Skip to main content
15,891,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Can any one help me out, when i try to run the application, query string will creates in URL before the login attempts, but i need to create a query string after login the page .

For ex :

below is the URl when i try to run
http://localhost/(S(3o2u0ms4c421uutdfzijv00k))/login_main.aspx

after login also it shows the same query string, below is the url after login
http://localhost/(S(3o2u0ms4c421uutdfzijv00k))/default.aspx

Kindly anyone help me out how to avoid it or let me know how to generate the new query string after login.


Thanks,

What I have tried:

i tried to search in the google but i didnt find anyidea on it, i hope some one may come across to this issue to make application secured, please share me ur ideas how to come forward in this
Posted
Updated 11-Apr-16 22:38pm

1 solution

This looks like a case of asp.net cookieless session.

Here are a few links which should explain what they are and how to use them:
Cookieless Session in ASP.NET[^]
Cookieless ASP.NET[^]
Understand How the ASP.NET Cookieless Feature Works[^]

It is not a querystring issue, have a read of this to see what a querystring is:
ASP QueryString Collection[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900