Portal 6.2 - switch between organisations

In portal 6.2, would it be possible to switch between organisations without login out?We have a situation where users will have access to two different organisation desktops and would like to switch between them without login out and log back in.Thanks,Damitha
[295 byte] By [DamithaBogahawatta] at [2007-11-25 19:08:42]
# 1

For Mobile access, the top channel is changed to the WirelessDesktopDispatcher. With this channel, we can choose the first channel to display depending on the client capabilities.

So, if you find/develop something similar which choose the first channel to display depending on a parameter (the organisation) the user could specify, you define a different top channel for each organisation desktop, and when the parameter change, the desktop switch.

vvlier at 2007-7-3 23:06:44 > top of Java-index,Web & Directory Servers,Portal Servers...
# 2

If you only want to switch desktops, you can give him links to the different desktops by adding "provider=YourContainer" to the portal url.

e.g.:

http://yourserver/portal/dt?provider=JSPTabContainer

http://yourserver/portal/dt?provider=JSPTableContainer

hth

Chris

CRabel at 2007-7-3 23:06:44 > top of Java-index,Web & Directory Servers,Portal Servers...
# 3
Thanks Chris. Your suggestion works fine for me.Regards,Damitha
DamithaBogahawatta at 2007-7-3 23:06:44 > top of Java-index,Web & Directory Servers,Portal Servers...