]> source.dussan.org Git - vaadin-framework.git/commit
Add VaadinService.closeSession + test (#9859) 19/119/4
authorLeif Åstrand <leif@vaadin.com>
Tue, 16 Oct 2012 08:43:02 +0000 (11:43 +0300)
committerLeif Åstrand <leif@vaadin.com>
Tue, 16 Oct 2012 08:43:02 +0000 (11:43 +0300)
commit6b3a109b3af8b9adfa48a95407a872eeaedd8ef0
tree697b73fabf2f4c512bb1dd5ee68cff100fa9fce8
parent754cf6a33685507cc3a7d5afeb761f227df66fb8
Add VaadinService.closeSession + test (#9859)

Also test that the HttpSession can be invalidated (#6093)

Change-Id: I4e415fe15d7a734db81562e24a5ab6a7fbc5304b
server/src/com/vaadin/server/VaadinService.java
server/src/com/vaadin/server/VaadinServiceSession.java
uitest/src/com/vaadin/tests/applicationcontext/CloseSession.html [new file with mode: 0644]
uitest/src/com/vaadin/tests/applicationcontext/CloseSession.java [new file with mode: 0644]