如何避免在登录页面之前创建查询字符串 [英] How to avoid creating a query string before login page

查看:60
本文介绍了如何避免在登录页面之前创建查询字符串的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





任何人都可以帮助我,当我尝试运行应用程序时,查询字符串将在登录尝试之前在URL中创建,但我需要登录页面后创建查询字符串。



例如:



以下是URl时我尝试运行

http:// localhost /(S(3o2u0ms4c421uutdfzijv00k))/login_main.aspx



登录后也显示相同的查询字符串,下面是登录后的网址

http:// localhost /(S(3o2u0ms4c421uutdfzijv00k))/ default.aspx



请允许任何人帮我解决如何避免它或让我知道如何在登录后生成新的查询字符串。





谢谢,< br $> b $ b

我尝试了什么:



i试图在谷歌搜索但是我没有找到任何一个,我希望有人可能会遇到这个问题,以确保应用程序安全,请分享我的想法如何在这个

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

推荐答案

这看起来像是一个asp.net cookieless会话。



这里有一些链接应该解释它们是什么以及如何使用它们:

无Cookie会话ASP.NET [ ^ ]

无Cookie ASP.NET [ ^ ]

< a href =https://msdn.microsoft.com/en-us/library/aa479315.aspx>了解ASP.NET无Cookie功能的工作原理 [ ^ ]



它是不是查询字符串问题,请阅读此内容以查看查询字符串是什么:

ASP QueryString Collection [ ^ ]
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[^]


这篇关于如何避免在登录页面之前创建查询字符串的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆