| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| How can I change memory size for session's variable? I need more memory form my variables... -- |
|
#2
| |||
| |||
| What kind of variable? What code are you using? Pat "Baba" <Baba@discussions.microsoft.com> wrote in message news:C9BBCD1C-4F9F-4D83-9709-270B118AA2DF@microsoft.com... > How can I change memory size for session's variable? > I need more memory form my variables... > -- > |
|
#3
| |||
| |||
| I use both asp and asp.net -- "Pat [MSFT]" wrote: > What kind of variable? What code are you using? > > > Pat > > "Baba" <Baba@discussions.microsoft.com> wrote in message > news:C9BBCD1C-4F9F-4D83-9709-270B118AA2DF@microsoft.com... > > How can I change memory size for session's variable? > > I need more memory form my variables... > > -- > > > |
|
#4
| |||
| |||
| I should have been more specific - VBScript? Could you provide a sample of the code that isn't working? Assuming VBScript/JScript Allocations for variables occur when they are declared. Example: strTestString = "This is my test string" under the covers there will be a heap allocation of that string size (Unicode). When you place that variable in an ASP Session the memory isn't reallocated, it is just preserved beyond the lifetime of the page vs a memory free when the page goes out of scope. Pat "Baba" <Baba@discussions.microsoft.com> wrote in message news:4F4EF4DE-6015-43E6-9A25-61F9C5E541F6@microsoft.com... >I use both asp and asp.net > -- > > > > "Pat [MSFT]" wrote: > >> What kind of variable? What code are you using? >> >> >> Pat >> >> "Baba" <Baba@discussions.microsoft.com> wrote in message >> news:C9BBCD1C-4F9F-4D83-9709-270B118AA2DF@microsoft.com... >> > How can I change memory size for session's variable? >> > I need more memory form my variables... >> > -- >> > >> |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.