Here is the situation: cf server1 at location 1
cf server2 at location 2 ntwork file folder at location 2 Initially the whole application was on server1 and file manipulations were taking forever. So I decided to move part of the application that uses that network folder to location 2 onto server2, but user would still login to server1 only. So I try to do a blind login behind the scenes (couldn't do it yet, but I know I have to make use of jsessionid when I first process the process-login.cfm and login the user.) so when someone logs into the main application on server 1, clicks on a link on the left navigation bar, the application has to blind login him to the application on server 2 and give him further access to the pages. I am doing all this in iframe.. I wish to know if this is the right way.. Also can anyone point me to resources on initiating and tracking sessions without actually doing it all through a browser? Thanks for your time.. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:250276 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

