Hi,
I like the idea of limiting the logged in user to certain folders and have looked at the LoggedIn folder.
Is there a similiar folder or way to serve only files from a folder for a specific session?
I am serving files from a DB (stored in blobs)
There are a few DB's, each company has their own DB (connect string being setup at log in)
The LoggedIn folder would contain content across companies.
I am looking at saving the blob in a folder and then serving it, and cleaning up afterwards.
Also thought it could be a good idea to create these temp folders in an area that is restricted to the company or user for that matter, similar to the LoggedIn folder concept.
thanks
Johan