session.setVariable - maximum parameter length
HI all
I am having problems with an SS session which is being invoked from an ASP application, using COM.
The line session.setVariable "myvar", data seems to cause SS to crash with a java exception if the length of "data" is 1404 characters.
To test, I substituted a single character, and the session scraped fine.
Is there a maximum size of variable you can have for sessions ?
session.setVariable - maximum parameter length
problem solved ... it seems SS doesn't like CRLFs in the string ...