Check once per user session - asp.net -


i make call underlying backend 1 time when user first initiates user session. while session up, same call shall never made again. create singleton tied particular session or there better way this?

you can place method call in global.asax session_start event.

list of available events listed here.


Comments

Popular posts from this blog

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -