Naveen Krishnamurthy
Member since Oct 15, 2009
- Profile: /members/4536-naveen-krishnamurthy.htm
- URL: http://naveenieus.blogspot.com
- Comments: 14
Recent Blog Comments By Naveen Krishnamurthy
-
ColdFusion Session Management And Asynchronous Page Requests
Posted on Oct 20, 2010 at 11:38 AM
I check for the session validity before allowing the user to download a doc file. This check is being done in the Application.cfm file. But, if the user specifies the URL of the doc directly (which is also under the web root of the CF), the check is not done and the file is getting downloaded. Is... read more »
-
The Integer Division Operator In ColdFusion
Posted on Oct 11, 2010 at 1:15 PM
Another very good piece of information Ben.. Thanks a Lot..... read more »
-
Extending The Application.cfc ColdFusion Framework Component With CFInclude
Posted on Sep 20, 2010 at 1:26 PM
Good One Ben..... read more »
-
Bodybuilder Americanus By Samuel Fussell
Posted on Jul 23, 2010 at 3:31 AM
@Ben, Good piece of information. I am interested in bodybuilding (reducing the Tyre along my waist line actually). Can you suggest something (just as you give good CF points)?... read more »
-
Sending And Receiving SMS Text Messages With Twilio And ColdFusion
Posted on Jul 23, 2010 at 3:27 AM
@Ben, I had a scenario in the past where I had 3 sheets full of data around 15000+ rows in each sheet. At that juncture, I was working on a Thin Client setup and my JRUN instance crashed after trying to execute the Code for around 15 minutes. But the same component works fine when used in a Applica... read more »
-
Sending And Receiving SMS Text Messages With Twilio And ColdFusion
Posted on Jul 21, 2010 at 6:21 AM
@Raguram, You can try the following links where in they provide API's (chargeable) for us eo write our own SMS code viz., www.nanobytes.in @Ben, Will creating a COM object to read Excel and Send SMS lead to any crash?... read more »
-
The Content Of This Document Process Takes More Than 60000 Milliseconds To Process
Posted on Jun 24, 2010 at 10:40 PM
@Jon, Sending it to the worker process in a asynchronous gateway would also not do the trick I presume because of the file size. Please correct me if I am wrong.... read more »
-
The Content Of This Document Process Takes More Than 60000 Milliseconds To Process
Posted on Jun 23, 2010 at 10:51 PM
@Ben, I had a similar issue when I was trying to generate a very large PDF using cfdocument. The reason I found was the virtual memory size in that cannot be increased beyond 1.6 GB. Note: This issue was in CF 7. Workaround: Wrote a windows service to do the task.... read more »
-
Datasource Names For All The Database Tags Within CFTRANSACTION Must Be The Same
Posted on Oct 29, 2009 at 8:49 AM
@Pinal The database.datatable concept worked for my scenario.... read more »
-
Ask Ben: Ending ColdFusion Session When User Closes Browser
Posted on Oct 27, 2009 at 1:57 AM
@Keith Do you mean to do an AJAX cal to check for the session and then do the re-direction?... read more »
-
Ask Ben: Ending ColdFusion Session When User Closes Browser
Posted on Oct 15, 2009 at 9:53 AM
Is there a method to reset any of the CFID, CFTOKEN or the JSESSIONID values? I know this is a wierd question but I would like to if there is any work around.... read more »
-
Ask Ben: Ending ColdFusion Session When User Closes Browser
Posted on Oct 15, 2009 at 8:29 AM
Will a new session be created on opening a new tab also?... read more »