End a session remotely MVC 4

David Gettins

I found something to help me get a list of the active sessions from List all active ASP.NET Sessions.

What I now need to do, if possible, is be able to end any of the sessions from this list inside my application. The purpose of this is for user support, I don't have access to the IIS server hosting the app so I can't just jump on there to end sessions. Can anyone help with this?

user449689

You can call the Abandon method on the session, this will cause the End event to rise. Check it out it here.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Clear session on Logout MVC 4

From Dev

ASP MVC4 + NHibernate objects in Session

From Dev

ASP.NET MVC 4 Session timeout

From Dev

MVC4 and ServiceStack session in Redis

From Dev

Set @Html.Dropdownlistfor to session in MVC 4

From Dev

MVC4 Session not persisted between requests

From Dev

MVC4 and ServiceStack session in Redis

From Dev

Add Session using Javascript in MVC 4 Razor

From Dev

Set @Html.Dropdownlistfor to session in MVC 4

From Dev

MVC 4 Redirect when session ends

From Dev

how to end session or logout a user on browser close MVC ASP .NET

From Dev

How to manually end a session in Google analytics v4 for Android?

From Dev

Redirect to specific page after session expires (MVC4)

From Dev

Reconnecting to Servicestack session in an asp.net MVC4 application

From Dev

How to use session in apicontroller in asp.net mvc 4

From Dev

Is it possible to get session values from action to another in MVC4?

From Dev

Best way to share session between MVC4 and a class library

From Dev

Validating session variable at the model Repository MVC 4 code first

From Dev

How to set the login session in ASP.NET MVC 4?

From Dev

Session without authentication with MemoryCacheClient in servicestack with MVC4

From Dev

Not redirecting to login page after session expires in mvc4

From Dev

Setting session timeout in asp.net mvc4?

From Dev

Unable to return to login page after session expires in mvc4

From Dev

Windows 7 remote session not responding, restart remotely?

From Dev

Open GNOME session remotely through SSH

From Dev

Session Start and Session End in Umbraco

From Dev

Dot at end of URL using MVC4 throws error

From Dev

asp.net mvc 4 end request in AuthorizeAttribute

From Dev

Remotely starting a screen session through ssh and closing the ssh session immediately

Related Related

  1. 1

    Clear session on Logout MVC 4

  2. 2

    ASP MVC4 + NHibernate objects in Session

  3. 3

    ASP.NET MVC 4 Session timeout

  4. 4

    MVC4 and ServiceStack session in Redis

  5. 5

    Set @Html.Dropdownlistfor to session in MVC 4

  6. 6

    MVC4 Session not persisted between requests

  7. 7

    MVC4 and ServiceStack session in Redis

  8. 8

    Add Session using Javascript in MVC 4 Razor

  9. 9

    Set @Html.Dropdownlistfor to session in MVC 4

  10. 10

    MVC 4 Redirect when session ends

  11. 11

    how to end session or logout a user on browser close MVC ASP .NET

  12. 12

    How to manually end a session in Google analytics v4 for Android?

  13. 13

    Redirect to specific page after session expires (MVC4)

  14. 14

    Reconnecting to Servicestack session in an asp.net MVC4 application

  15. 15

    How to use session in apicontroller in asp.net mvc 4

  16. 16

    Is it possible to get session values from action to another in MVC4?

  17. 17

    Best way to share session between MVC4 and a class library

  18. 18

    Validating session variable at the model Repository MVC 4 code first

  19. 19

    How to set the login session in ASP.NET MVC 4?

  20. 20

    Session without authentication with MemoryCacheClient in servicestack with MVC4

  21. 21

    Not redirecting to login page after session expires in mvc4

  22. 22

    Setting session timeout in asp.net mvc4?

  23. 23

    Unable to return to login page after session expires in mvc4

  24. 24

    Windows 7 remote session not responding, restart remotely?

  25. 25

    Open GNOME session remotely through SSH

  26. 26

    Session Start and Session End in Umbraco

  27. 27

    Dot at end of URL using MVC4 throws error

  28. 28

    asp.net mvc 4 end request in AuthorizeAttribute

  29. 29

    Remotely starting a screen session through ssh and closing the ssh session immediately

HotTag

Archive