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.RemoveThis@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.RemoveThis@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...
>> > --
>> >
>> >> Stay informed about: Change memory for variable session