file access via HttpSession

2005-07-12 Thread Clark Slater
Hello- I am running 5.0.19 Is there a way to restrict access to files in a directory based on a value in an HttpSession? For example: Customer c = (Customer) httpSession.getValue("Customer"); if (c.getCountryCode().equals("CAN")) their browser could display any HTML file in /webapps/ecat/p

file access via HttpSession

2005-07-11 Thread Clark Slater
Hello- I am running 5.0.19 Is there a way to restrict access to files in a directory based on a value in an HttpSession? For example: Customer c = (Customer) httpSession.getValue("Customer"); if (c.getCountryCode().equals("CAN")) their browser could display any HTML file in /webapps/ecat/p