asp.net-session
Session ID not random enough - ASP.NET
UPDATE We eventually had a meeting with some programmers on the Acunetix team and they realized there may be a few bugs in their code that are causing this to be displayed in the scan as more of an i[详细]
2023-03-24 03:46 分类:问答How maintain session beetween two Url in asp. Net
I have two URl\'s . If I open first url it will allow us authentication. Second URL will open web content as XML data. I ne开发者_Go百科ed to read that data... But when I excute first URL its working[详细]
2023-03-15 07:40 分类:问答Type '' in Assembly '' is not marked as serializable. linq-to-sql
I am using asp.net and have configured the sessions to stored in SQL server.My porject has many object and several linq-to-sql dbml\'s.I have configured all the them to have unidirectional serializati[详细]
2023-03-13 05:56 分类:问答ASP.NET MVC project architecture problems — authorization and session
I am finishing a project that started another programmer. Alter the entire architecture is not possible, but some things I want to overwrite. Namely - the authorization, and a way to store the current[详细]
2023-03-04 03:50 分类:问答stop user accessing home page directly
i have 2 pages in my application: Login.aspx & Home.aspx. Now if user is not login, he should not access the Home.aspx from a web browser.[详细]
2023-02-25 06:42 分类:问答DataServiceRequestException with TableStorageSessionStateProvider
I\'m trying to use the TableStorageSessionStateProvider from the Azure training kit. I can use the example wit开发者_高级运维hout problems but when I use it in my web app, I get this exception:[详细]
2023-02-10 21:07 分类:问答Is it possible to share session state between asp.net aspx page making a call to an asp.net webservice
My Situation: I have 1 asp.net application with both aspx pages AND webservices I make calls (using ajax) to the webservice from an aspx page - all within the same asp.net application![详细]
2022-12-27 01:08 分类:问答Storing values in asp.net session using jquery
How to store values in the session using jquery. I am using the following code var Link = \'<%=Session[\"Link\"]%>\';[详细]
2022-12-21 00:41 分类:问答Classic ASP to ASP.Net one-off session data copy
We have an extensive classic ASP site, and we\'re looking to upgrade to ASP .Net (most probably the latest version). Obviously upgrading all the pages at once would be a leviathan 开发者_如何学编程tas[详细]
2022-12-08 08:33 分类:问答