Merge pull request #51 from stianst/master
Fix typo in servlet-filter-adapter.adoc
This commit is contained in:
commit
317b947886
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Instead you define a filter mapping using the {{book.project.name}} servlet filt
|
|||
|
||||
WARNING: Backchannel logout works a bit differently than the standard adapters.
|
||||
Instead of invalidating the HTTP session it marks the session id as logged out.
|
||||
There's no way standard way to invalidate an HTTP session based on a session id.
|
||||
There's no standard way to invalidate an HTTP session based on a session id.
|
||||
|
||||
[source,xml]
|
||||
----
|
||||
|
|
Loading…
Reference in a new issue