<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community: Message List - Purchased ColdFusion 10: Having problem with session variables</title>
    <link>https://forums.adobe.com/community/coldfusion/coldfusion_getting_started?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Wed, 25 Jun 2014 20:13:28 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-06-25T20:13:28Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Purchased ColdFusion 10: Having problem with session variables</title>
      <link>https://forums.adobe.com/message/6496946?tstart=0#6496946</link>
      <description>&lt;!-- [DocumentBodyStart:347f2898-f9dd-436b-bb69-e4ad12f4aed4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;It was no trouble at all. Glad to hear you solved the problem. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:347f2898-f9dd-436b-bb69-e4ad12f4aed4] --&gt;&lt;img src='/beacon?t=1415920384364' /&gt;</description>
      <pubDate>Wed, 25 Jun 2014 20:13:28 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6496946?tstart=0#6496946</guid>
      <dc:date>2014-06-25T20:13:28Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Purchased ColdFusion 10: Having problem with session variables</title>
      <link>https://forums.adobe.com/message/6496397?tstart=0#6496397</link>
      <description>&lt;!-- [DocumentBodyStart:19bcfd00-e6dc-4d58-a053-265b60d26843] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I solved the problem. &lt;/p&gt;&lt;p&gt;I inherited this codes from someone els who is no longer here and I did not see there is &amp;lt;cfset StructClear(session)&amp;gt; on top of the page&lt;/p&gt;&lt;p&gt;Not sure why previous programmer put this code there because it is just going to wipe out the session again once it is created.&lt;/p&gt;&lt;p&gt;BKBK, thank you for responding and I'm sorry for the trouble&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:19bcfd00-e6dc-4d58-a053-265b60d26843] --&gt;</description>
      <pubDate>Wed, 25 Jun 2014 17:11:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6496397?tstart=0#6496397</guid>
      <dc:date>2014-06-25T17:11:21Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Purchased ColdFusion 10: Having problem with session variables</title>
      <link>https://forums.adobe.com/message/6488787?tstart=0#6488787</link>
      <description>&lt;!-- [DocumentBodyStart:d096abab-2e70-4440-87a4-9690a381f78a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;On which page is the following code?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #575757; text-decoration: underline;"&gt;&lt;em&gt;After login, user is validated and set values to those session.variables&lt;/em&gt;&lt;/span&gt;&lt;em&gt;:&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;........user validation codes here......................&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;lt;cfif mylogin NEQ true&amp;gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cflocation url="/login/login.cfm"&amp;gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfabort&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;lt;cfelse&amp;gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfset session.loggedin="Yes"&amp;gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfset session.username="#Trim(Form.username)#"&amp;gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;CFSET qUserRights = LoginObj.getUserRights('#Trim(Form.username)#')&amp;gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfset session.userrights = qUserRights&amp;gt;&amp;lt;!--- it's a query ---&amp;gt;&lt;/em&gt;&lt;/p&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;CFSET qUserGroup = LoginObj.getUserGroup('#Trim(Form.username)#')&amp;gt;&lt;/em&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfloop query="qUserGroup"&amp;gt;&lt;/em&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfset session.usergroup = user_group&amp;gt;&lt;/em&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfbreak&amp;gt;&lt;/em&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cfloop&amp;gt;&lt;/em&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--- ****************** ???????????????????????????????????????????????????????????????????????????&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; When I do cfdump in at this level, I can see that all of these session variables have been assigned to their values.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; But these session variables are not accessible from other pages. Other pages still show these session variable without its value.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; So, when I use these cfdumps in the index.cfm it is shown as they're not yet assigned with any values&amp;nbsp;&amp;nbsp; ****************** ---&amp;gt;&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp; &amp;lt;cfdump var="#session.loggedin#"&amp;gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp; &amp;lt;cfdump var="#session.username#"&amp;gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp; &amp;lt;cfdump var="#session.userright#"&amp;gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp; &amp;lt;cfdump var="#session.usergroup#"&amp;gt;&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;lt;/cfif&amp;gt;&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d096abab-2e70-4440-87a4-9690a381f78a] --&gt;</description>
      <pubDate>Mon, 23 Jun 2014 20:33:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6488787?tstart=0#6488787</guid>
      <dc:date>2014-06-23T20:33:12Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Purchased ColdFusion 10: Having problem with session variables</title>
      <link>https://forums.adobe.com/message/6488054?tstart=0#6488054</link>
      <description>&lt;!-- [DocumentBodyStart:3714f235-e140-4ca7-9b46-fe282b3f2f29] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;My Dept. has just bought CF10 and I'm finally updating my existing web app to CF10 from CF8. My First Problem with CF10 is using session variables.&lt;/p&gt;&lt;p&gt;When using the lower version of CF (since CF 4 to 8) I have never had any problem setting up session variables and getting or using these variables in other pages after a successful login but with CF 10 it seems setting session variables and using them in other pages are a major problems. I'm not sure where have I done wrong in the codes.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;First I'm setting the session in my Application.cfc This way:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfcomponent displayname="Application" output="true"&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&amp;nbsp; &amp;lt;cfset THIS.Name ="MyNewApp"/&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&amp;nbsp; &amp;lt;cfset THIS.ApplicationTimeout = CreateTimeSpan(0,0,20,0) /&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&amp;nbsp; &amp;lt;cfset THIS.SessionManagement ="YES"/&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&amp;nbsp; &amp;lt;cfset THIS.SessionTimeout = CreateTimeSpan( 0, 0, 20, 0 ) /&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&amp;nbsp; &amp;lt;cfset THIS.SetClientCookies = false /&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cffunction name="OnApplicationStart" access="public" returntype="boolean" output="false"&amp;gt; &lt;/p&gt;&lt;p&gt;&amp;lt;cfset application.Main_DSN = "TESTDB"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfreturn true /&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/cffunction&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cffunction name="onApplicationEnd" output="false"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfargument name="applicationScope" required="true"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cffunction&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cffunction name="OnSessionStart" access="public" returntype="void" output="false" hint="Fires when user session initializes."&amp;gt;&lt;/p&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&amp;lt;cfset session.loggedin = "NO"&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&amp;lt;cfset session.username = ""&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&amp;lt;cfset session.userrights = ""&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&amp;lt;cfset session.usergroup = ""&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;/cffunction&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;/cfcomponent&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #575757; text-decoration: underline;"&gt;After login, user is validated and set values to those session.variables&lt;/span&gt;:&lt;/p&gt;&lt;p&gt;........user validation codes here......................&lt;/p&gt;&lt;p&gt;&amp;lt;cfif mylogin NEQ true&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cflocation url="/login/login.cfm"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfabort&lt;/p&gt;&lt;p&gt;&amp;lt;cfelse&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfset session.loggedin="Yes"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfset session.username="#Trim(Form.username)#"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;CFSET qUserRights = LoginObj.getUserRights('#Trim(Form.username)#')&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfset session.userrights = qUserRights&amp;gt;&amp;lt;!--- it's a query ---&amp;gt;&lt;/p&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;CFSET qUserGroup = LoginObj.getUserGroup('#Trim(Form.username)#')&amp;gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfloop query="qUserGroup"&amp;gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfset session.usergroup = user_group&amp;gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfbreak&amp;gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cfloop&amp;gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--- ****************** ???????????????????????????????????????????????????????????????????????????&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; When I do cfdump in at this level, I can see that all of these session variables have been assigned to their values.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; But these session variables are not accessible from other pages. Other pages still show these session variable without its value.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; So, when I use these cfdumps in the index.cfm it is shown as they're not yet assigned with any values&amp;nbsp;&amp;nbsp; ****************** ---&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;lt;cfdump var="#session.loggedin#"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;lt;cfdump var="#session.username#"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;lt;cfdump var="#session.userright#"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;lt;cfdump var="#session.usergroup#"&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;/cfif&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;In index.cfm, Before Login I got:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;session.loggedin = NO&lt;/p&gt;&lt;p&gt;session.username = ["empty string"]&lt;/p&gt;&lt;p&gt;session.userrights = ["empty string"]&lt;/p&gt;&lt;p&gt;session.usergroup = ["empty string"]&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;After a successful Login:&lt;/span&gt;&lt;span style="text-decoration: underline;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;session.loggedin = NO&lt;/p&gt;&lt;p&gt;session.username = ["empty string"]&lt;/p&gt;&lt;p&gt;session.userrights = ["empty string"]&lt;/p&gt;&lt;p&gt;session.usergroup = ["empty string"]&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Have I done something wrong? These codes work on CF8. Please help.&lt;/p&gt;&lt;p&gt;I need to mentioned:&lt;/p&gt;&lt;p&gt;CF10 is in Linux and my web app is under https not http. But these session variables should be shared bentween http and https because some older application are still in http.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3714f235-e140-4ca7-9b46-fe282b3f2f29] --&gt;</description>
      <pubDate>Mon, 23 Jun 2014 17:43:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6488054?tstart=0#6488054</guid>
      <dc:date>2014-06-23T17:43:40Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

