0
votes
0answers
7 views

After login through facebook i need the data need for session on aspx page

How to use facebook login on my website means if i have use session on my default page and i used mobile number in session which page is opened after login then how i will get data from facebook ?
0
votes
2answers
31 views

Managing sessions in asp.net mvc4 with razor engine

I have an asp.net application mvc4. i have an authentification view : the user login as a normal user or an administrator. [OutputCache(NoStore = true, Duration = 0)] public ActionResult ...
0
votes
0answers
21 views

Save and Read Session variable on postback without redirect

I have the following code in a master page. The ImageButton toggle a simple panel. protected void Page_Load(object sender, EventArgs e) { //Side options visibility state ...
0
votes
1answer
12 views

Implement multilogin restriction in Asp.net

I have one problem when "A" user logged in from 1 PC using "ABC" credentials.similarly when "B" User login from another PC using same credentials the "A" user must be kick out from his account.I have ...
0
votes
0answers
22 views

allow to account to be unique by session id in asp.net mvc razor

I have done a asp mvc application. but i have this problem: i'd like to a user with the privilege super to be unique ie only one session with the account super can connect to the account. i add a ...
0
votes
1answer
9 views

Stateful experience 7 comparison of ways to maintain state

My company has a 3rd party web service we are designing a front end for. The "objects" used by this web service are very large (and variable depending on the number of sub-entities created). The web ...
0
votes
2answers
54 views

Settings and Getting Session Variables stored in class

I'm basically trying to create a class that holds all the session information, then set and get it at will. here is my call Session["SessionInformation"] = new SessionVar.UserSession(); and here is ...
0
votes
0answers
40 views

session is always null in IE

I use session to remember the user who is signed in to my website, when he is going through pages in my website. I use AJAX to sign in: <script type="text/javascript"> var url = ...
0
votes
0answers
18 views

Why session in cs class file is null ? (web project .net 2010)

i have a cs class file in a web project in vs 2010. in class,i read and wirte session variables. but my Session property is null! i use this: public static int UserID { get ...
0
votes
1answer
38 views

IFrame Request with SessionID and Response of Secure Session Token

I have never dealt with session handling to this detail before. And I am stuck. Request POST: URL : blablabla.com Content: ...
0
votes
1answer
17 views

I need to know if session access to session cookie to read the id each time

I' need to store some not sensible state data eg. language and layout preferences. I need to know if session is faster then cookie. Does the session read the session id cookie each time in order to ...
0
votes
0answers
13 views

How to Using ASP.NET Session in SuperWebSocket

Is there have any functions to read ASP.NET Page.Session in SuperWebsocket 0.7 . I can get the SessionID but I can't read any thing which store in ASP.NET Page.Session.My IIS Server using SQLServer ...
1
vote
2answers
36 views

How to prevents users change asp.net sessionid cookie

How can i be sure that a session is valid? What happen if an user change his aspnet sessionid cookie and guess the id of another logged user?
0
votes
0answers
34 views

Asp .net session variables update by thread is not getting reflected in Session

In my page1.aspx i am generating a report from database by using thread. //on button click Hashtable ht = (Hashtable)Session["ReportParam"]; ReportThreadClass rth =new ReportThreadClass(ht); Thread ...
1
vote
1answer
63 views

Exception returning: unable to evaluate expression because the code is optimized or a native frame is on top of the call stack

catch (Exception ex) is returning "unable to evaluate expression because the code is optimized or a native frame is on top of the call stack" in this code: cmsql = cnsql.CreateCommand(); ...
0
votes
2answers
39 views

Session becoming Null after Response.redirect

I set two sessions which I fill from a database: Session("username") = reader.Item("user_name").ToString Session("department") = reader.Item("user_department").ToString to add ...
1
vote
1answer
76 views

how to show statistics of active online users in ASP.NET

Hello friends i am trying to show status of online users and the pages each user is now watching i have created a table in database which contains information for users that are logged on and save the ...
0
votes
3answers
88 views

Why is my ASP.NET Web Page not Getting or Setting my Session Variable?

I've added bits of debug code in an attempt to figure out what is going on with my Session variable, and it appears that it is always empty. Could someone tell me what I am doing wrong? This is ...
1
vote
0answers
30 views

Using same session for different domains in chrome

I have 2 web applications and 1 web service application in asp.net (all of host in same server but all have different domain) (example : 213.74.99.50:9090 for 1 st app, 213.74.99.50:9091 for second ...
0
votes
0answers
15 views

ASP.net TomCat Internet Explorer empty session

I have a problem with Session in an asp.net web site. We have a Tomcat web site, and a page of it contains an iframe, that is linked to the asp.net web site, published on IIS. The access of the IIS ...
0
votes
1answer
49 views

Session.Abandon doesn't fire Session_End in Load Balancer Environment

I am using Session.Abandon to clear the session data, which internally will fire session_end to end the session. It is working fine in my local machine, but it fails(doesn't fire session_end) when I ...
0
votes
1answer
17 views

using property values versus session values, asp.net website

I tryin gto get my head around doing something different, than I usually do. Before I would set session values and reuse those values throught my website. But I started to ask myself, can I use ...
0
votes
1answer
28 views

List all session variables including nested nodes

I am having a terrible time, I know how to do this in 6 other languages, but cannot get this to work I want to see all session variables in a .NET application, INCLUDING nested nodes I used the code ...
1
vote
1answer
26 views

select specific columns from linq to sql code and session

i trying to create an shopping cart using session . how select the selected fields to displays in cart in other page from the linq to mysql code. I have tried this code: if (Session["Cart"] != null) ...
0
votes
1answer
41 views

ASP.NET not redirecting to defaultURL automatically after ending session

This seems to be a very trivial question but still I am not able to get it running. I am building an asp.net web application and I am using forms authentication here. The following steps I have ...
0
votes
0answers
22 views

Share sessionstate across multiple Azure Webrole instances

I have a Azure Cloud Service with 2 instances. Currently I am using cookies to share session details across the Instance. I am using InProc as the Session State provider because my application depends ...
0
votes
0answers
26 views

Tools to estimate size of session, in-proc [duplicate]

The project I'm working on stores the result of a search in session, up to ~2000 rows - for filtering, sorting, and paging. It struck me as a not so great idea when I saw it, but on the plus side it ...
-1
votes
3answers
104 views

How to save a session in C#?

For example, I have Session["PatientName"] = patientNameTextBox.Text; After information is entered into the textbox, a button will be clicked to save the session but I'm not quite sure how to do ...
1
vote
6answers
55 views

Session variable can't be updated

Whenever i try to update a session variable that has been previously entered it won't update. Heres an example on what i'm talking about: protected void Page_Load(object sender, EventArgs e) { ...
1
vote
4answers
83 views

Check if array already exists in Session

In Visual C#, how can I detect if an array already exists in Session? The Website has a TextBox were you can write a name. When you click the button "Click" it adds the name in the Label. Let's say I ...
0
votes
1answer
52 views

Session.Abandon does not automatically redirect to loginurl in asp.net

This seems to be a very trivial question but still I am not able to get it running. I am building an asp.net web application and I am using forms authentication here. The following steps I have ...
0
votes
1answer
28 views

in asp.net can we give same name to session variable and cache variable

in asp.net can we give same name to session variable and cache variable like session["lookup"] = "a"; cache["lookup"] = "A123"; ? will it not get clashed at the access point in any page ?
0
votes
0answers
27 views

Is it possible that sessions from multiple sites (which use the same code) are conflicting?

About a month ago a client asked me to point 5 different domains to the same code as his existing site. Each site has a different domain name, but uses the same code. Right about this time we started ...
0
votes
1answer
75 views

Detect ASP.NET Session Timeout - ASP.NET_SessionId method not working

I'm trying to detect Asp.NET Session Timeout to redirect user to a timeout page; i've checked various methods, most of them similar to http://aspalliance.com/520_Detecting_ASPNET_Session_Timeouts.2 ...
0
votes
1answer
51 views

Asp.net Allow access to Admin Only

I have a admin page in the secret folder and it should only be accessed by an admin. The way I attempted was creating a session and check if the logged in person is admin. This failed to recognise the ...
1
vote
0answers
27 views

Save Placeholder on Postback

I am creating a table dynamically on an click event of a Button private void CreateDynamicTable() { PlaceHolder1.Controls.Clear(); int tblRows = Rows; int tblCols = ...
0
votes
1answer
50 views

IE Session.Abandon()

IE seems a bit buggy when it comes on Abondoning the session. This is the whole code thats get executed: Protected Sub logout_OnClick(ByVal sender As Object, ByVal e As EventArgs) ...
2
votes
3answers
71 views

ASP.Net Website is creating a new session on each load

I've recently moved an ASP.Net (3.5) application to a new server, and it has developed an odd issue that I'm having problems troubleshooting. On each and every page load no matter what browser I'm ...
0
votes
0answers
19 views

One user getting another user mapped customer

I have one application, its running fine from past 6 moths .. now I am getting one issue... Actually I am maintaining like [loginname & Customer] mapping in one table. so based upon the login, ...
0
votes
0answers
50 views

asp.net webform to handle variable in js as well as in aspx.cs file

I am enhancing/supporting development activity of web application build in asp.net web form. I would like to store a string containing ids separated by '-' keyword. when page completely load two ...
1
vote
1answer
106 views

Why Doesn't Asp.Net Session.Clear() Work On Close Tab When I See It Run?

I have been attempting to get a clean break from a session when a tab is closed for a workplace system used by supervisors and others. I am successful when the person logs out - all is cleared. ...
0
votes
1answer
31 views

time-out asp.net gives error

When a user loggs in on the website, he can do what ver he wants(Which is correct). But if he's away for a few minutes somekind of time-out happens. This is causing the following error: Object ...
0
votes
0answers
82 views

Session timeout too fast in asp.net

I have develop a website where the session timeout too soon. I want to extend my asp.net session into 2 hours(120 mint). The app pool idle time is intact as i have no permission to change it. In ...
0
votes
2answers
34 views

Session ASP.NET doesnt seem to work

I have the following code on my default.aspx Label1.Text = Session("valueName").ToString() And the following code on my login.aspx Dim strCon As String = ...
0
votes
1answer
32 views

Security of sessions in ASP.NET

If I do the following in one of my .aspx pages: Session["MySess123"] = "Some plain text"; and then read it from another .ashx page: string str = Session["MySess123"].ToString(); Will Some plain ...
0
votes
2answers
31 views

Session login not logging out on button click

I currently have a site which stores variables on a user login, from a DB. One such variable (on a successful login) is SiteSession.Current.IsLoggedIn = true. When I click the logout button, my ...
0
votes
1answer
64 views

How to close the session in asp.net if computer idle for 5 mins

I m developing web application using ASP.NET and I want to close the current user session if the computer is idle for 5 minutes. Idle not means for web application only, Its full system that means if ...
1
vote
0answers
37 views

Disable Session State Access when using an HTTPHandler

I have a class that uses IHTTPHandler and does not implement IRequiresSessionState or IReadOnlySessionState. I still see it accessing our Session provider which is causing excessive usage. Stack ...
1
vote
1answer
162 views

how to set value of session on .ashx file in asp.net?

I'm using "jquery.uploadify.js" in my website and this jquery uses an ashx file for uploading images into a folder. In the .ashx, i am using Session["FileNameNews"] for saving images name and i am ...
0
votes
0answers
51 views

Enabling sticky sessions on a load balancer

Any advise on this one would be greatly appreciated, I've been researching all morning and I'm still scratching my head. I started at a new company a few weeks ago, where I'm the only .NET developer ...

1 2 3 4 5 40