Share session variables with virtual directory (Coldfusion, IIS7) -


in iis7, created virtual directory called "logic." points directory outside root of site contains code want use across multiple sites on server. want of code set variables in session scope, appears creating virtual directory has isolated session variables virtual directory.

is there way in iis7 allow virtual directory share site's session scope? if not, what's appropriate alternative? know pass variables between pages through url or form scopes, of data being passed includes user data don't want spoof passing url or form values.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -