Get current session in Vaadin 6

Hi

How to get an object of current session in Vaadin 6?

Thanks

try this.

import com.vaadin.ui.UI;

String mySession = “” + UI.getCurrent().getSession();

thnx.

Hi

But UI is supported vaadin 7 onwards.

There is no Concept of UI in vaadin 6.

Regards
Amar Gogoi