> Then any ideas how I can have 1 site > that you log into and all my other > sites (on the same server) can tell that > person is logged in? Are session numbers > consistent? Application?
If you use URL tokens instead of cookies to identify sessions, this should be fairly easy. Alternatively, you could write your login mechanism to include assets from both domains. This would let both domains set cookies. Dave Watts, CTO, Fig Leaf Software ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:307036 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

