Jump to content

Storing temporary data per session


Guest

Recommended Posts

Message from: "Anders E. Andersen"

 

I need to store some temporary files that are only needed while the

session is active and should be deleted when it expires. Where would you

suggest I store this data?

 

- Anders

.

 

Link to comment
Share on other sites

Message from: "Farshad Mohajeri"

 

"Anders E. Andersen" wrote in message

news:f6jBfkR9LHA.3152@anaxagvs227...

>I need to store some temporary files that are only needed while the session

>is active and should be deleted when it expires. Where would you suggest I

>store this data?

>

 

You can use this folder:

 

UniServerModule.LocalCachePath

 

Its content is deleted when session is terminated.

 

 

.

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...