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

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -