Hi,
Can I access ASP session variable in TEXIS script? Both the ASP and the TEXIS runs on the same IIS server. I tried printing the variable but it didnt show any value.
ASP Session variables are stored in cookies, which you can access in Vortex. You may need to use <varinfo list COOKIE> to find the name of the cookie, e.g.
Probably not without it being passed in via the environment or command line. Put variables on the texis command line like this:
texis var1=value1 var2=value2 /scriptdir/scriptname/function.html