0
danielkuhlmann created
Hi, I need access to AbpSession.UserId, in ShutDown() method of module. But sofar can't figure out how to do that. Could you please advice?
3 Answer(s)
-
0
Hi,
Can you try to resolve it like this,
IocManager.Resolve<IAbpSession>()
-
0
Hi yes I did, but then UserId is null. Anyhow I think i am on the wrong track anyway with what I want to achive. ShutDown() of module is fired on server when webserver is stopped. There is no current user when in the shutdown() method.
-
0
Hi,
If you explain what you want to achive, maybe we can figure something out.