Welcome, Guest
  • Author Topic: clean cache?  (Read 1273 times)

    frederico

    • Server what's that
    • *
    • Posts: 42
      • View Profile
      • Email
    clean cache?
    « on: 11/10/04, 10:58 »
    hi,

    i have implement amfphp..but i have a problem i want clean the cache..how i do that?

    thanks

    Frederico Rodrigues

    vesa kortelainen

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 3450
      • View Profile
    Re:clean cache?
    « Reply #1 on: 11/10/04, 11:02 »
    add some random-value in ur call(s)

    frederico

    • Server what's that
    • *
    • Posts: 42
      • View Profile
      • Email
    Re:clean cache?
    « Reply #2 on: 11/10/04, 13:42 »
    i dont understand...random value where..


    i put a var in callback..


    doAction_Result = function(rs){
       


       var teste random(100);

    ...