472,959 Members | 1,792 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,959 software developers and data experts.

Static Variables and Craziness

Howdy.

I have an ASP.NET application written in C#. I know this sounds nuts,
but instead of having multiple .aspx files to display various parts of
the Web site, I do almost everything on my default.aspx page. Instead
of redirecting to various .aspx files, I change the Visible attribute
of various asp.tables to True and False to change the display. Yes, my
default.aspx and default.aspx.cs files are HUGE.

I have found out that when two sessions of my ASP.NET application are
running on the same server, variables from one session are taking on
values from variables in the other session.

The reason that variable values are getting mixed up between the
sessions may be because I use static variables. I thought the static
variables would automatically be independent between sessions. Does my
use of static variables seem like it may be causing the variable mix
up? Does anybody know if there is a way to correct the problem? Is
there anything in the server configuration or Web.config file to fix
the problem? Should I change my static variables to session variables?

I know I should restructure my stuff to use individual .aspx files. If
anybody has ANY ideas as to what I can do in the interim, I'd GREATLY
appreciate hearing your thoughts.

Jan 5 '07 #1
5 1660
Hello,

static (shared in vb.net) are shared between all instances of the
application(sessions).
If you want individual values you need another way to save them. You
could use Session or ViewState for this purpose. What are you saving in
the variables?

Regards,
Tim

Jan 5 '07 #2
Hello,
>
static (shared in vb.net) are shared between all instances of the
application(sessions).
If you want individual values you need another way to save them. You
could use Session or ViewState for this purpose. What are you saving in
the variables?

Regards,
Tim
Not quite, but the result (and the solution) is the same.
There is just a single instance of the web-application, which serves
multiple sessions concurrently. So a static variable is shared between
all sessions.

Hans Kesting
Jan 5 '07 #3
I mainly save user account info, product info and order info in objects
of my own class types. These objects are static.

TiSch wrote:
Hello,

static (shared in vb.net) are shared between all instances of the
application(sessions).
If you want individual values you need another way to save them. You
could use Session or ViewState for this purpose. What are you saving in
the variables?

Regards,
Tim
Jan 5 '07 #4


On 6 Jan., 00:09, "dougloj" <doug...@msn.comwrote:
I mainly save user account info, product info and order info in objects
of my own class types. These objects are static.
You could save user informations in Session-Variables
Syntax: Session("AccountInfo")=myAccountInfoObject

regards,
Tim

Jan 5 '07 #5

TiSch wrote:
On 6 Jan., 00:09, "dougloj" <doug...@msn.comwrote:
I mainly save user account info, product info and order info in objects
of my own class types. These objects are static.

You could save user informations in Session-Variables
Syntax: Session("AccountInfo")=myAccountInfoObject

regards,
Tim
Jan 6 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: James | last post by:
Hello Java NG, I not sure if this is the right NG for this type of question but if not please let me know which is, TIA Any way first off let me say I'm a student and this WAS last weeks lab,...
9
by: Bryan Parkoff | last post by:
I have noticed that C programmers put static keyword beside global variable and global functions in C source codes. I believe that it is not necessary and it is not the practice in C++. Static...
8
by: Simone Chiaretta | last post by:
I've a very strange behaveour related to a website we built: from times to times, something should happen on the server, and all static variables inside the web application, both defined inside aspx...
1
by: Chris Nurse via .NET 247 | last post by:
Option Compare Text Module Module1 Sub Main() #If MyString = "ABC" Then MsgBox("You have been compiled!") #End If
28
by: Dennis | last post by:
I have a function which is called from a loop many times. In that function, I use three variables as counters and for other purposes. I can either use DIM for declaring the variables or Static. ...
5
by: Jesper Schmidt | last post by:
When does CLR performs initialization of static variables in a class library? (1) when the class library is loaded (2) when a static variable is first referenced (3) when... It seems that...
9
by: CDMAPoster | last post by:
About a year ago there was a thread about the use of global variables in A97: http://groups.google.com/group/comp.databases.ms-access/browse_frm/thread/fedc837a5aeb6157 Best Practices by Kang...
55
by: Zytan | last post by:
I see that static is more restricted in C# than in C++. It appears usable only on classes and methods, and data members, but cannot be created within a method itself. Surely this is possible in...
16
by: RB | last post by:
Hi clever people :-) I've noticed a lot of people stating not to use static variables with ASP.NET, and, as I understand it, the reason is because the variable is shared across user sessions -...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.