Oncelikle 1 tane guest account aciniz ve File Settings icerisinde bu account ile otomatik giris yaptirtiniz.
Daha sonra StartUP scriptiniz icerisinde
 
If ( Abs(Get(SystemPlatform)) = 4 ;
 
GTL -> misafir kullanicilar icin layouta yonlendir.
 
} else {
 
Re-login
 
if ( Get ( LastError ) = 0
 
GTL -> uye girisi yapilmis layouta yonlendir
 
End if
 
End If
 
seklinde script ile bunu yapabilrsiniz.